CompositeVObject::Remove

Section: ET++ method description (n)
Updated: automatically Thu Mar 21 20:11:40 1991
Index Return to Main Contents
 

NAME

CompositeVObject::Remove - instance method  

TEMPLATE

removed = VObject * Remove(VObject * anInnerVObject)  

SPECIFIERS

public virtual  

DESCRIPTION

Remove passes anInnerVObject to the method Collection::Remove of the instvar list and sets the instvar modified. Method is never overridden.  

ARGUMENTS

VObject * anInnerVObject

an inner VObject contained in the
instvar list to be removed
 

RETURN ARGUMENT

VObject * removed

the actually removed VObject or NULL
if anInnerVObject is not contained in the instvar list
 

CATEGORIES

forwarding, collection, client interface

 

FIRST DEFINITION

class CompositeVObject  

FILES

implementation:
VObject.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:29 GMT, March 30, 2022